한국어
여러 개의 기존 카탈로그를 단일 요청으로 삭제합니다.
단일 요청에서 최대 1000개의 카탈로그를 삭제할 수 있습니다.
삭제된 카탈로그 수를 반환합니다.
cURL
curl --request POST \ --url https://your_a2_service/catalogs/bulk-delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
{ "deleted_rows": 123 }
The access token received from the authorization server in the OAuth 2.0 flow.
삭제할 카탈로그의 ID 목록
Successful Response
삭제 작업에 대한 응답 스키마입니다.
이 페이지가 도움이 되었나요?